home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindlink.net!news
- From: Allan_Nienhuis@mindlink.bc.ca (Allan Nienhuis)
- Newsgroups: comp.lang.c++,rec.games.programmer,alt.msdos.programmer,comp.programming
- Subject: Re: Young programmers read me.
- Date: Fri, 19 Apr 1996 14:36:29 GMT
- Organization: MIND LINK! - British Columbia, Canada
- Message-ID: <4l886m$87i@fountain.mindlink.net>
- References: <4icpp9$7hr@barad-dur.nas.com> <4keejc$lpi@tpd.dsccc.com> <Pine.OSF.3.91.960411093444.20958D-100000@bud.cc.swin.edu.au> <4kmfqn$e0f@airdmhor.gen.nz> <4kubt3$2jk@plains.nodak.edu> <Pine.SOL.3.91.960417065345.308B-100000@strangelove>
- NNTP-Posting-Host: line016.abb.mindlink.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Erwin Wessels <wessels@strangelove> wrote:
-
- >this is what you mean, i guess:
- > if(something_happened) {
- > do_something_else();
- > do_yet_another_thing();
- > }
- >I'm not talking about the place of the {'s and }'s, now, just the fact
- >that they should be there... :).
-
- I think he was pointing out that a novice programmer might indent the
- third line incorrectly without having the braces to indicate the end
- of the conditionally executed block.
-
- Allan_Nienhuis@Mindlink.bc.ca
-
-